.footer {
    width: 100%;
    overflow: hidden;
    background: #006fb7;
    padding: 40px 0 30px;
    color: #FFFFFF;
}

.footer .footerCon {
    width: 1100px;
    margin: 0 auto;
}

.footer .footWrap {
    margin-right: 50px;
    margin-top: 30px;
}

.footer .footWrap span {
    margin-right: 5px;
    display: inline-block;
}
.footer .massage {
    margin-top: 10px;
}
.footer .massage p {
    line-height: 36px;
}
#gaba {
    padding-left: 20px;
    background: url(http://cdcp.gd.gov.cn/pub/ghs.png) no-repeat left center;
}
.footer .footIcon {
    margin-top: 10px;
}

.footer .footIcon .icon {
    display: inline-block;
    margin: 20px 0 0 40px ;
    text-align: center;
}

.footer .footIcon .icon p {
    margin-top: 10px;
    font-size: 18px;
}


.aTips {
    position: fixed;
    _position: absolute;
    z-index: 101;
    width: 480px;
    height: 170px;
    top: 50%;
    margin-top: -85px;
    left: 50%;
    margin-left: -240px;
    background-color: #fff;
    display: none;
}

.aTips .text {
    position: relative;
    padding: 20px;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
    margin-top: 30px;
}

.layui-layer-btn {
    text-align: right;
    padding: 0 10px 12px;
    pointer-events: auto;
    user-select: none;
    -webkit-user-select: none;
    margin-top: 30px;
    display: block;
}

.layui-layer-btn div {
    height: 28px;
    line-height: 28px;
    margin: 6px 6px 0;
    padding: 0 15px;
    font-size: 16px;
    border: 1px solid #dedede;
    background-color: #f1f1f1;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    float: right;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #4898d5;
    background-color: #2056a0;
    color: #fff;
    font-size: 16px;
}

.filter{
    display:none;
    z-index:100;
    position: fixed;
    _position: absolute;
    pointer-events: auto;
    background-color:#000;
    opacity:0.7;
    filter:alpha(opacity=70);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.layui-layer-btn0 img{
    width:20px;
    height:20px;
    float:left;
    margin: 3px 5px 0 -8px;
}